From 618509e05fb644dad63be4b44d04f02377d79ba1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 7 Mar 2004 07:07:55 +0000 Subject: [PATCH] (sort-columns): Remove ms-dos from the list of systems where the external `sort' command is not used. --- lisp/sort.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/sort.el b/lisp/sort.el index 76559f17288..d90369cabcd 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -480,7 +480,7 @@ Use \\[untabify] to convert tabs to spaces before sorting." (setq col-end (max col-beg1 col-end1)) (if (search-backward "\t" beg1 t) (error "sort-columns does not work with tabs -- use M-x untabify")) - (if (not (or (memq system-type '(vax-vms windows-nt ms-dos)) + (if (not (or (memq system-type '(vax-vms windows-nt)) (let ((pos beg1) plist fontified) (catch 'found (while (< pos end1) -- 2.30.2